﻿2026-05-27T19:45:27.5722071Z ##[group]Run actions/checkout@v6
2026-05-27T19:45:27.5723494Z with:
2026-05-27T19:45:27.5724328Z   lfs: true
2026-05-27T19:45:27.5725418Z   repository: yorvana/android
2026-05-27T19:45:27.5735533Z   token: ***
2026-05-27T19:45:27.5736420Z   ssh-strict: true
2026-05-27T19:45:27.5737334Z   ssh-user: git
2026-05-27T19:45:27.5738263Z   persist-credentials: true
2026-05-27T19:45:27.5739281Z   clean: true
2026-05-27T19:45:27.5740196Z   sparse-checkout-cone-mode: true
2026-05-27T19:45:27.5741270Z   fetch-depth: 1
2026-05-27T19:45:27.5742158Z   fetch-tags: false
2026-05-27T19:45:27.5743084Z   show-progress: true
2026-05-27T19:45:27.5744036Z   submodules: false
2026-05-27T19:45:27.5744964Z   set-safe-directory: true
2026-05-27T19:45:27.5746322Z ##[endgroup]
2026-05-27T19:45:27.6928925Z Syncing repository: yorvana/android
2026-05-27T19:45:27.6932729Z ##[group]Getting Git version info
2026-05-27T19:45:27.6934811Z Working directory is '/home/runner/work/android/android'
2026-05-27T19:45:27.6939280Z [command]/usr/bin/git version
2026-05-27T19:45:27.6941922Z git version 2.54.0
2026-05-27T19:45:27.6977723Z [command]/usr/bin/git lfs version
2026-05-27T19:45:27.7372781Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-27T19:45:27.7390085Z ##[endgroup]
2026-05-27T19:45:27.7402077Z Temporarily overriding HOME='/home/runner/work/_temp/1df70d21-8333-4e3a-81aa-4787c0eb48b5' before making global git config changes
2026-05-27T19:45:27.7427386Z Adding repository directory to the temporary git global config as a safe directory
2026-05-27T19:45:27.7437463Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-27T19:45:27.7479769Z Deleting the contents of '/home/runner/work/android/android'
2026-05-27T19:45:27.7483245Z ##[group]Initializing the repository
2026-05-27T19:45:27.7486004Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-27T19:45:27.7548212Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-27T19:45:27.7567164Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-27T19:45:27.7569201Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-27T19:45:27.7570689Z hint: call:
2026-05-27T19:45:27.7571506Z hint:
2026-05-27T19:45:27.7572518Z hint: 	git config --global init.defaultBranch <name>
2026-05-27T19:45:27.7573765Z hint:
2026-05-27T19:45:27.7574917Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-27T19:45:27.7577052Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-27T19:45:27.7578603Z hint:
2026-05-27T19:45:27.7579441Z hint: 	git branch -m <name>
2026-05-27T19:45:27.7580392Z hint:
2026-05-27T19:45:27.7581619Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-27T19:45:27.7583537Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-27T19:45:27.7587774Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-27T19:45:27.7636187Z ##[endgroup]
2026-05-27T19:45:27.7639014Z ##[group]Disabling automatic garbage collection
2026-05-27T19:45:27.7641424Z [command]/usr/bin/git config --local gc.auto 0
2026-05-27T19:45:27.7670559Z ##[endgroup]
2026-05-27T19:45:27.7673634Z ##[group]Setting up auth
2026-05-27T19:45:27.7675875Z Removing SSH command configuration
2026-05-27T19:45:27.7678849Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-27T19:45:27.7718666Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-27T19:45:27.8000616Z Removing HTTP extra header
2026-05-27T19:45:27.8003881Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-27T19:45:27.8048505Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-27T19:45:27.8298628Z Removing includeIf entries pointing to credentials config files
2026-05-27T19:45:27.8303407Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-27T19:45:27.8343118Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-27T19:45:27.8687039Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-c16f4d1c-3bc8-4808-b76f-089be915a22b.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-27T19:45:27.8697281Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-c16f4d1c-3bc8-4808-b76f-089be915a22b.config
2026-05-27T19:45:27.8707784Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-c16f4d1c-3bc8-4808-b76f-089be915a22b.config
2026-05-27T19:45:27.8731542Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c16f4d1c-3bc8-4808-b76f-089be915a22b.config
2026-05-27T19:45:27.8767264Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c16f4d1c-3bc8-4808-b76f-089be915a22b.config
2026-05-27T19:45:27.8814939Z ##[endgroup]
2026-05-27T19:45:27.8817303Z [command]/usr/bin/git lfs install --local
2026-05-27T19:45:27.9218987Z Updated Git hooks.
2026-05-27T19:45:27.9223339Z Git LFS initialized.
2026-05-27T19:45:27.9237470Z ##[group]Fetching the repository
2026-05-27T19:45:27.9250795Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d4da9eddb7c201694203c31753505adf096f4d06:refs/remotes/origin/feature/hardening-nightly-bake
2026-05-27T19:45:28.3862753Z From https://github.com/yorvana/android
2026-05-27T19:45:28.3867235Z  * [new ref]         d4da9eddb7c201694203c31753505adf096f4d06 -> origin/feature/hardening-nightly-bake
2026-05-27T19:45:28.3911566Z [command]/usr/bin/git branch --list --remote origin/feature/hardening-nightly-bake
2026-05-27T19:45:28.3941938Z   origin/feature/hardening-nightly-bake
2026-05-27T19:45:28.3956122Z [command]/usr/bin/git rev-parse refs/remotes/origin/feature/hardening-nightly-bake
2026-05-27T19:45:28.3977757Z d4da9eddb7c201694203c31753505adf096f4d06
2026-05-27T19:45:28.3984707Z ##[endgroup]
2026-05-27T19:45:28.3985975Z ##[group]Determining the checkout info
2026-05-27T19:45:28.3987349Z ##[endgroup]
2026-05-27T19:45:28.3988327Z ##[group]Fetching LFS objects
2026-05-27T19:45:28.3992010Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/feature/hardening-nightly-bake
2026-05-27T19:45:28.4247876Z Fetching reference refs/remotes/origin/feature/hardening-nightly-bake
2026-05-27T19:45:28.4536238Z ##[endgroup]
2026-05-27T19:45:28.4569692Z [command]/usr/bin/git sparse-checkout disable
2026-05-27T19:45:28.4620945Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-27T19:45:28.4670551Z ##[group]Checking out the ref
2026-05-27T19:45:28.4688386Z [command]/usr/bin/git checkout --progress --force -B feature/hardening-nightly-bake refs/remotes/origin/feature/hardening-nightly-bake
2026-05-27T19:45:28.5740395Z Switched to a new branch 'feature/hardening-nightly-bake'
2026-05-27T19:45:28.5766372Z branch 'feature/hardening-nightly-bake' set up to track 'origin/feature/hardening-nightly-bake'.
2026-05-27T19:45:28.6065078Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-27T19:45:28.6066424Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-27T19:45:28.6085919Z ##[endgroup]
2026-05-27T19:45:28.6129381Z [command]/usr/bin/git log -1 --format=%H
2026-05-27T19:45:28.6162923Z d4da9eddb7c201694203c31753505adf096f4d06
